home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Low Level Languages / FORTRAN.500 / DISK2 / F1.ER$ / F1.bin
Encoding:
Text File  |  1991-04-24  |  20.8 KB  |  578 lines

  1. G
  2. W
  3. 4
  4. 0
  5. 0
  6. maximum memory-allocation size exceeded
  7. program too large for memory
  8. %fs : array bound used function call
  9. %fs : array bound used intrinsic call
  10. %fs : array bound used array reference
  11. %fs : array bound used illegal variable
  12. %fs : array bound used illegal variable
  13. %fs : already dimensioned
  14. %fs : allocatable variable cannot be AUTOMATIC
  15. %fs : ALLOCATABLE : bounds must be omitted
  16. %fs : array bounds missing
  17. %fs : more than 7 array bounds
  18. %s : attributes illegal on array bounds
  19. %fs : variable was declared automatic
  20. %fs : variable was declared automatic
  21. %fs : * : not last array bound
  22. %fs : bound size too small
  23. %fs : adjustable-size array not in subprogram
  24. %fs : NEAR array bigger than segment
  25. attributes are nonstandard
  26. %fs : %s attribute repeated
  27. %fs : %s illegal with attributes specified in same list
  28. %fs : %s attribute mismatch with earlier NEAR/FAR/HUGE
  29. %fs : %s illegal with attributes specified in earlier list
  30. %fs : NEAR/FAR/HUGE attribute mismatches default
  31. %fs : %s illegal on COMMON statements
  32. %fs : %s illegal on formal arguments
  33. %fs : %s illegal on ENTRY statements
  34. %fs : %s illegal on subprogram statements
  35. %fs : %s illegal on variable declarations
  36. %fs : %s illegal on NAMELIST declarations
  37. %fs : %s illegal on STRUCTURE declarations
  38. %fs : %s illegal on type declarations
  39. %fs : language attributes illegal on formal arguments
  40. %fs : %s only legal on formal arguments
  41. %fs : ALLOCATABLE : common block variable illegal
  42. %fs : ALLOCATABLE : equivalenced variable illegal
  43. %fs : illegal bound type
  44. %s : bound not integer
  45. %fs : substring on noncharacter item
  46. %fs : upper substring bound exceeds string length
  47. %fs : lower substring bound exceeds upper bound
  48. %fs : lower substring bound not positive
  49. concatenation with CHARACTER*(*)
  50. cannot pass CHARACTER*(*) by value
  51. label %ld : redefined in program unit
  52. no ASSIGN statements for assigned %s
  53. IF or ELSEIF missing
  54. expression type not LOGICAL
  55. statement stack underflow
  56. statement-nesting limit exceeded
  57. label %ld : used across blocks
  58. no assigned GOTO or FMT= for ASSIGN statement
  59. ASSIGN target not an INTEGER variable
  60. %fs : ASSIGN : variable not INTEGER
  61. %fs : ASSIGN : too many INTEGER*1 variables
  62. expression must be integer, character, or logical
  63. SELECT CASE : character expression must be of length 1
  64. no matching SELECT CASE statement
  65. no matching SELECT CASE statement
  66. only one CASE DEFAULT allowed
  67. CASE values must be constant expressions
  68. CASE value type does not match SELECT CASE expression type
  69. LOGICAL case value ranges illegal
  70. lower value exceeds upper value in case value range
  71. overlapping case values
  72. no matching DO loop
  73. DO-loop label %ld : out of order
  74. DO-loop expression not INTEGER or REAL
  75. zero illegal as increment
  76. DO-loop variable : not a variable
  77. %fs : illegal use of active DO-loop variable
  78. DO-loop variable not INTEGER or REAL
  79. ENDIF missing
  80. DO-loop label %ld : not seen
  81. DO-loop ENDDO : not seen
  82. END SELECT missing
  83. IF, ELSEIF, or ELSE missing
  84. too many assigned GOTO statements
  85. only variables allowed in assigned GOTO statements
  86. assigned GOTO variable not INTEGER
  87. computed GOTO variable not INTEGER
  88. expression type not INTEGER or REAL
  89. illegal statement after logical IF
  90. label %ld : previously used as FORMAT label
  91. label %ld : previously used as executable label
  92. block label %ld : must not be referenced
  93. label %ld : must not be referenced
  94. DO-loop label %ld : out of order
  95. assigned and unconditional GOTO illegal here
  96. block and arithmetic IF illegal here
  97. statement illegal as DO-loop termination
  98. %s : maximum of 5 digits
  99. %s : illegal expression
  100. %fs : EQUIVALENCE : enclosing class too big
  101. %fs : %s : attributes on items illegal
  102. %fs : EQUIVALENCE : formal argument illegal
  103. %fs : EQUIVALENCE : not array
  104. %fs : EQUIVALENCE : array subscripts missing
  105. %fs : EQUIVALENCE : nonconstant offset illegal
  106. %fs : EQUIVALENCE : nonconstant upper substring expression ignored
  107. %fs : nonconstant lower substring expression illegal
  108. %fs : EQUIVALENCE : structure elements illegal
  109. %s : NAMELIST : array bounds illegal
  110. %s : %s : length specification illegal
  111. %s : %s : attributes on items illegal
  112. %s : %s : %s name illegal
  113. %s : %s : preinitialization illegal
  114. %s : %s : allocatable array illegal
  115. %s : %s : structure illegal
  116. %s : %s : automatic variable illegal
  117. %s : %s : formal argument illegal
  118. %s : %s : not an array or variable
  119. %fs : COMMON : character and noncharacter items mixed
  120. %fs : COMMON : too big
  121. %fs : COMMON : array size nonconstant or zero
  122. %fs, %fs : EQUIVALENCE : character and noncharacter items mixed
  123. %fs, %fs : EQUIVALENCE : both in blank common block
  124. %s, %s : EQUIVALENCE : both in common block %fs
  125. %fs, %fs : EQUIVALENCE : in different common blocks
  126. %fs : EQUIVALENCE : extends blank common block forward
  127. %fs : EQUIVALENCE : extends common block %fs forward
  128. %fs, %fs : EQUIVALENCE : conflicting offsets
  129. %fs : EQUIVALENCE : two different common blocks
  130. %fs : NEAR/FAR/HUGE equivalence attribute conflict
  131. %fs : item in equivalence or common block crosses segment
  132. %fs : COMMON : size changed
  133. %fs : COMMON : size changed
  134. %fs : NEAR common block has HUGE item
  135. blank common can not be HUGE
  136. %fs : COMMON : too big to be NEAR
  137. %s : COMMON : function or subroutine name
  138. %fs : already in COMMON
  139. NAMELIST : group name required
  140. %fs : already typed
  141. NAMELIST : group name required
  142. %s : already in this namelist group
  143. %fs : EQUIVALENCE : needs at least two items
  144. DATA : iteration count not positive
  145. %s : DATA : illegal address expression
  146. %s : cannot initialize formal argument
  147. %s : cannot initialize item in blank common block
  148. %s : can only initialize common block in BLOCK DATA subprogram
  149. %s : DATA : not an array or variable
  150. %s : variable was declared automatic
  151. %s : cannot initialize allocatable array
  152. %fs : repeat count not positive integer
  153. %fs : DATA : nonconstant item in initializer list
  154. %fs : DATA : too few constants to initialize item
  155. %s : nonstatic address illegal in initialization
  156. %s : bound or increment not constant
  157. %s : bound or increment not INTEGER
  158. %s : DATA : zero increment
  159. %fs : DATA : active implied-DO variable
  160. %s : DATA : implied-DO variable not INTEGER
  161. %s : DATA : not array-element name
  162. DATA : too few constants to initialize names
  163. DATA : more constants than names
  164. %s : nonstandard statement
  165. %s : already declared %s
  166. %s : illegal use of %s
  167. %s : %s variable cannot be AUTOMATIC
  168. %fs : element name conflicts with operator
  169. %fs : already typed
  170. %s : already typed
  171. %s : types illegal on BLOCK DATA/COMMON/PROGRAM/SUBROUTINE
  172. %s : cannot initialize in type statements
  173. %s : length specifier illegal
  174. %s : STRUCTURE : preinitialization illegal
  175. %fs : CHARACTER*(*) type illegal
  176. %fs : STRUCTURE : too big
  177. %s : EQUIVALENCE : preinitialization illegal
  178. %s : COMMON : preinitialization illegal
  179. IMPLICIT NONE already seen
  180. IMPLICIT already seen
  181. RECORD : structure type illegal in IMPLICIT statement
  182. %s : IMPLICIT : only single letter allowed
  183. %c, %c : IMPLICIT : lower limit exceeds upper limit
  184. %c : already IMPLICIT
  185. %s : INTRINSIC : unknown name
  186. %s : PARAMETER : nonconstant expression
  187. formal argument %s: cannot be SAVE or AUTOMATIC
  188. syntax error
  189. STRUCTURE : not a name
  190. %s : already typed
  191. %fs : STRUCTURE: intrinsic type name
  192. no matching [END] STRUCTURE/UNION/MAP statement
  193. no matching [END] STRUCTURE/UNION/MAP statement
  194. %fs : STRUCTURE has no elements
  195. UNION : not in a STRUCTURE
  196. no matching [END] STRUCTURE/UNION/MAP statement
  197. no matching [END] STRUCTURE/UNION/MAP statement
  198. MAP : no enclosing UNION statement
  199. no matching [END] STRUCTURE/UNION/MAP statement
  200. too many symbols
  201. %s : declared with wrong type
  202. %fs : intrinsic function illegal as actual argument
  203. LEN : illegal expression
  204. %s : multiple arguments
  205. %s : cannot convert FAR address to NEAR
  206. %s : incorrect use of intrinsic function
  207. %s : cannot convert to %s
  208. %s : incorrect use of intrinsic function
  209. %c : illegal separator
  210. %s : cannot open include file
  211. octal value too big for byte
  212. %s : nonstandard character string delimiter
  213. closing quote missing
  214. CHARACTER constant too long
  215. zero-length CHARACTER constant
  216. empty escape sequence
  217. integer string too long
  218. alternate bases illegal
  219. illegal base value
  220. INTEGER constant must follow #
  221. illegal REAL constant
  222. %s : include file nested too deeply
  223. INTEGER value overflow
  224. FORMAT string too long
  225. missing ] following attribute string
  226. %s : attribute repeated
  227. colon expected following ALIAS
  228. opening quote missing
  229. unrecognized attribute
  230. %s : name too long; truncated
  231. %s : already specified in $%sLARGE
  232. INCLUDE : argument must be character constant
  233. INCLUDE : quoted string missing
  234. metacommands are nonstandard
  235. $DEBUG:'<debug-list>' illegal with $FREEFORM
  236. %c : nonalphabetic character in $DEBUG ignored
  237. $DEBUG:'<debug-list>' : string expected
  238. $DECMATH not supported
  239. no matching $IF
  240. no matching $IF
  241. no matching $IF
  242. $INCLUDE:'<filename>' : string expected
  243. $%s : integer constant out of range
  244. $%s:<integer constant> : integer constant expected
  245. $%sLARGE already set
  246. $%sLARGE illegal in executable statements
  247. $MESSAGE:'<message>' : string expected
  248. $STORAGE:<number> : 2 or 4 expected
  249. $SUBTITLE:'<subtitle>' : string expected
  250. $TITLE:'<title>' : string expected
  251. unrecognized metacommand
  252. metacommand already set
  253. metacommand must come before all FORTRAN statements
  254. characters following metacommand ignored
  255. Hollerith constant exceeds 1313 characters
  256. zero-length Hollerith constant
  257. Hollerith constant : text length disagrees with given length
  258. Hollerith not allowed
  259. %s : non-FORTRAN character
  260. %s : error closing file
  261. illegal label field
  262. zero-value label field
  263. free-form label too long
  264. label on continuation line
  265. $IF : no matching $ENDIF
  266. first statement line must have ' ' or '0' in column 6
  267. too many continuation lines
  268. label on blank line
  269. relational operator expected
  270. relational operator expected
  271. invalid integer constant
  272. %c : unrecognized character
  273. %s : defined with no value
  274. %s : not defined
  275. logical operator expected
  276. logical operator expected
  277. syntax error
  278. syntax error
  279. operand expected
  280. invalid expression in metacommand
  281. invalid integer constant
  282. unmatched parenthesis
  283. %c : unrecognized character
  284. %c : unrecognized character
  285. unmatched parenthesis
  286. %s : defined with no value
  287. %s : not defined
  288. %c : unrecognized character
  289. syntax error
  290. $DEFINE : %s : already defined
  291. $UNDEFINE : %s : not defined
  292. invalid integer constant
  293. %c : unrecognized character
  294. %s : defined with no value
  295. %c : unexpected characters at end of expression
  296. illegal %s flag, would overwrite %s with %s
  297. too many %s flags, %s
  298. %s : unknown option (%c)
  299. %s : illegal number in switch
  300. illegal command-line option
  301. out of disk space for compiler internal file
  302. write error on compiler internal file
  303. %s : cannot open file
  304. %s : name too long
  305. cannot open internal files
  306. -4Y and -4N : both options used for argument
  307. -4Y and -4N : both options used; -4Y assumed
  308. syntax error
  309. END missing
  310. %s : unrecognized option
  311. -4I2 or -4I4 expected
  312. illegal -A option
  313. -W%d : illegal warning level ignored
  314. -Zp%d : illegal pack value ignored
  315. program too large for memory
  316. RETURN : integer or character expression required
  317. %fs : alternate RETURN missing
  318. %s : DIMENSION : not array
  319. statement illegal with INTERFACE
  320. statement illegal in INTERFACE
  321. statement illegal in BLOCK DATA
  322. a CASE statement must follow a SELECT CASE statement
  323. statement illegal in STRUCTURE declaration
  324. %s : formal argument not local variable
  325. %s : formal argument not a variable
  326. %s : repeated in formal-argument list
  327. %s : statement function already declared
  328. %s : statement function : too few actual arguments
  329. %s : statement function : too many actual arguments
  330. %fs : formal argument %fs : never used
  331. %fs : formal argument %fs : subprogram passed by VALUE
  332. %fs : formal argument %fs : symbol-class mismatch
  333. %fs : language attribute mismatch
  334. %fs : type redefined
  335. %fs : type redefined
  336. %fs : length redefined
  337. %fs : NEAR/FAR attribute mismatch
  338. %fs : VARYING attribute mismatch
  339. %fs : previously called near
  340. %fs : previously called far
  341. %fs : defined with different number of arguments
  342. %fs : formal argument %fs : Hollerith passed to CHARACTER formal argument
  343. %fs : formal argument %fs : VALUE/REFERENCE mismatch
  344. %fs : formal argument %fs : NEAR/FAR/HUGE mismatch
  345. %fs : formal argument %fs : previously passed by value, now by reference
  346. %fs : formal argument %fs : previously passed by reference, now by value
  347. %fs : formal argument %fs : previously passed with NEAR, now with FAR or HUGE
  348. %fs : formal argument %fs : previously passed with FAR or HUGE, now with NEAR
  349. %fs : formal argument %fs : CHARACTER *(*) cannot pass by value
  350. %s : formal argument redefined
  351. %s : illegal as formal argument
  352. %s : formal argument previously initialized
  353. %s : EQUIVALENCE : formal argument illegal
  354. %s : COMMON : formal argument illegal
  355. ENTRY : formal argument %s : attribute %s : mismatch
  356. alternate RETURN only legal within SUBROUTINE
  357. ENTRY seen before FUNCTION or SUBROUTINE
  358. ENTRY not in function or subroutine
  359. too many PROGRAM statements
  360. %s : formal argument used as ENTRY
  361. %s : PROGRAM : name redefined
  362. %s : used or declared before ENTRY statement
  363. %fs : RECORD : illegal FUNCTION type
  364. %s : subprogram used or declared before INTERFACE
  365. %s : already defined
  366. %s : already used or declared with different symbol class
  367. %s : ENTRY : CHARACTER lengths differ
  368. %s : ENTRY : CHARACTER and non-CHARACTER types mixed in ENTRY statements
  369. too many ENTRY statements
  370. %fs : INTERFACE : not formal argument
  371. %fs : ALLOCATABLE : dummy argument illegal
  372. %fs : ALLOCATABLE : must be an array
  373. %fs : assumed-size array : cannot pass by value
  374. %fs : adjustable-size array : cannot pass by value
  375. statement out of order or END missing
  376. statement out of order
  377. no state transition for root of tree
  378. %fs : name too long; truncated
  379. %s : truncated to 6 characters
  380. %s : not previously declared
  381. label %ld : undefined
  382. %fs : FUNCTION : return variable not set
  383. %fs : variable declared but not used
  384. %fs : variable used but not defined
  385. %fs : COMMON not defined
  386. %fs : assumed-size array : not reference argument
  387. %fs : adjustable-size array : not reference argument
  388. %fs : CHARACTER*(*) type illegal
  389. %fs : VARYING illegal on symbol class
  390. %fs : $ illegal in C name
  391. %s : illegal length
  392. value %ld : INTEGER : range error
  393. CHARACTER*(*) in multi-thread may not work
  394. integer constant expression expected
  395. length specification illegal
  396. length %ld : illegal type length
  397. only C attribute legal on INTEGER type
  398. %s : not a STRUCTURE name
  399. attributes illegal on non-INTEGER types
  400. length specification illegal
  401. attributes illegal on non-INTEGER types
  402. DOUBLE PRECISION : length specifier illegal
  403. DOUBLE COMPLEX : length specifier illegal
  404. %fs : missing type
  405. illegal use of Hollerith constant
  406. illegal type conversion
  407. cannot convert between CHARACTER and non-CHARACTER constants
  408. cannot convert type to %s
  409. %fs : element is an array
  410. unknown primitive type
  411. missing symbol reference
  412. unknown constant type
  413. %fs : array expression : cannot be adjustable-size array
  414. %fs : array expression : cannot be assumed-size array
  415. %fs : array expression : cannot be allocatable array
  416. %fs : array expression : argument does not conform
  417. %fs : array expression : argument does not conform
  418. %fs : subscript %ld out of range
  419. %fs : subscript %ld out of range
  420. %fs : subscript %d : not integer
  421. %fs : too few array subscripts
  422. %fs : too many array subscripts
  423. %fs : array subscripts missing
  424. %fs : adjustable-size array : used before definition
  425. %s : not an element of %fs
  426. %fs : variable : argument list illegal
  427. %fs : substring on noncharacter item
  428. %fs : not a structure
  429. %s : not previously declared
  430. %s : symbolic constant : subscript illegal
  431. %s : symbolic constant : substring illegal
  432. %s : variable : argument list illegal
  433. %s : function : argument list missing
  434. %s : not a variable
  435. %s : not a variable
  436. %s : not a structure
  437. %s : substring on noncharacter item
  438. %s : function : substring operator illegal
  439. left side of assignment illegal
  440. %fs : assignment using active DO variable illegal
  441. incompatible types in assignment
  442. %fs : formal argument %fs : Hollerith illegal with CHARACTER
  443. %fs : formal argument %fs : type mismatch
  444. %fs : formal argument %fs : type mismatch
  445. %fs : formal argument %fs : length mismatch
  446. %fs : formal argument %fs : length mismatch
  447. %fs : alternate RETURN statement missing
  448. %fs : formal argument * : actual not alternate-return label
  449. %fs : formal argument %fs : not alternate-return label
  450. %fs : formal argument %fs : actual not subprogram
  451. %fs : formal argument %fs : subprogram mismatch
  452. %fs : formal argument %fs : not subprogram
  453. %fs : NEAR formal argument %fs : actual has FAR or HUGE address
  454. %fs : formal argument %s : passed FAR/HUGE
  455. %fs : formal argument %fs : length mismatch
  456. %fs : formal argument %fs : type mismatch
  457. %fs : not function or subroutine
  458. %fs : illegal use of function or subroutine
  459. %fs : type redefined
  460. %fs : length redefined
  461. %fs : too few actual arguments
  462. %fs : too many actual arguments
  463. %fs : directly recursive
  464. %fs : Hollerith constant passed by value
  465. %fs : assumed-size array %fs : cannot pass by value
  466. %fs : adjustable-size array %fs : cannot pass by value
  467. %fs : value argument bigger than segment
  468. %fs : formal argument %fs : CHARACTER expressions cannot be passed by VALUE
  469. nonconstant CHARACTER length : cannot pass by value
  470. incompatible types for formal and actual arguments
  471. %fs : formal argument %fs : length mismatch
  472. %fs : FAR formal argument %fs : passed HUGE array
  473. %fs : procedure must be EXTERNAL
  474. %fs : cannot use CHARACTER *(*) function
  475. consecutive arithmetic operators illegal
  476. negative exponent with zero base
  477. division by zero
  478. nonlogical operand
  479. operand type must be logical or integer
  480. non-numeric operand
  481. exponentiation of COMPLEX and DOUBLE PRECISION together illegal
  482. non-numeric operand
  483. operand types do not match
  484. invalid operator for structure variable operands
  485. operands of relation not numeric or character
  486. one numeric, one character operand
  487. only comparisons by .EQ. and .NE. allowed for complex items
  488. concatenation of expressions illegal
  489. noncharacter operand
  490. consecutive relational operators illegal
  491. illegal implied-DO list in expression
  492. illegal Xxprep node type
  493. %s : COMPLEX : type conversion error
  494. %s : REAL : type conversion error
  495. %s : operation error with COMPLEX operands
  496. %s : operation error with REAL operands
  497. %fs : symbol class illegal here
  498. DO : too many expressions
  499. label %ld : not between 1 and 99999
  500. I/O implied-DO list : list empty
  501. I/O implied-DO list : too many expressions
  502. I/O implied-DO list : illegal assignment
  503. I/O implied-DO list : too few expressions
  504. I/O implied-DO list : assigment missing
  505. assignments in COMPLEX constant illegal
  506. illegal assignment in parenthesized expression
  507. numeric constant expected
  508. %s : not symbolic constant
  509. component of COMPLEX number not INTEGER or REAL
  510. parser stack overflow, statement too complex
  511. syntax error
  512. %s : not %s
  513. %s : noncharacter array nonstandard
  514. %s : array subscript missing
  515. %s : not a variable or array element
  516. label %ld : not between 1 and 99999
  517. UNIT = * illegal for this statement
  518. illegal unit specifier
  519. illegal format specifier
  520. HUGE format illegal
  521. FAR format illegal in medium model
  522. %s : illegal statement label
  523. %s : NML= : not a namelist group name
  524. NML= : namelist group name missing
  525. %s : appears twice
  526. I/O option %ld : <keyword>= missing
  527. %s : option illegal for this statement
  528. %s : option nonstandard
  529. INQUIRE : either UNIT= or FILE= needed
  530. UNIT= missing
  531. UNIT=* : unformatted I/O illegal
  532. format specification illegal when namelist specified
  533. END= : illegal when REC= present
  534. REC= : illegal when FMT= *
  535. illegal I/O formatting for internal unit
  536. REC= illegal for internal unit
  537. FORMAT : label missing
  538. ASSIGN : too many format labels
  539. no ASSIGN statements for FMT=<integer variable>
  540. initial left parenthesis expected in format
  541. repeat count on nonrepeatable descriptor
  542. integer expected preceding H, X, or P edit descriptor
  543. positive integer expected in format
  544. N or Z expected after B in format
  545. format nesting limit exceeded
  546. %c or $ : nonstandard edit descriptor in format
  547. Z : nonstandard edit descriptor in format
  548. M field exceeds W field in I edit descriptor
  549. '.' : expected in format
  550. unexpected end of format
  551. '%c' : unexpected character in format
  552. unexpected character in format
  553. integer expected in format
  554. separator expected in format
  555. RECL= : out of range
  556. UNIT= : not between -32767 and 32767
  557. %s : unrecognized value in option
  558. ACCESS= : nonstandard option value
  559. RECL= required to open direct-access file
  560. %fs : too few array subscripts
  561. %s : attributes illegal on array bounds
  562. %fs : * : illegal bound
  563. %fs : too many array subscripts
  564. %s : STAT= must be last parameter
  565. %s : STAT= variable must be scalar integer
  566. %s : %s : not allocatable array
  567. illegal input list item
  568. %s : * illegal with this option
  569. %fs : assumed-size array illegal here
  570. %fs : HUGE internal units illegal
  571. %fs : record length too large for internal unit
  572. %s : I/O of entire structures illegal
  573. FAR or HUGE I/O item illegal in medium model
  574. %fs : cannot modify active DO variable
  575. I/O item illegal in namelist I/O
  576. LOCKING : nonstandard
  577. %s : lowercase in string nonstandard
  578.